• frmCustomerMainMenu.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmCustomerMainMenu
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmCustomerMainMenu));
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.lblUser = new System.Windows.Forms.Label();
35             
this.lblTime = new System.Windows.Forms.Label();
36             
this.timer1 = new System.Windows.Forms.Timer(this.components);
37             
this.lblHeader = new System.Windows.Forms.Label();
38             
this.btnUpdateProfile = new System.Windows.Forms.Button();
39             
this.btnPlaceOrder = new System.Windows.Forms.Button();
40             
this.btnExit = new System.Windows.Forms.Button();
41             
this.btnTrackOrder = new System.Windows.Forms.Button();
42             
this.btnModifyDetails = new System.Windows.Forms.Button();
43             
this.btnProfileEntry = new System.Windows.Forms.Button();
44             
this.SuspendLayout();
45             
//
46             
// label1
47             
//
48             
this.label1.AutoSize = true;
49             
this.label1.BackColor = System.Drawing.SystemColors.Control;
50             
this.label1.Font = new System.Drawing.Font("Palatino Linotype", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
51             
this.label1.Location = new System.Drawing.Point(558, 35);
52             
this.label1.Name = "label1";
53             
this.label1.Size = new System.Drawing.Size(107, 28);
54             
this.label1.TabIndex = 0;
55             
this.label1.Text = "Welcome ";
56             
//
57             
// lblUser
58             
//
59             
this.lblUser.AutoSize = true;
60             
this.lblUser.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
61             
this.lblUser.ForeColor = System.Drawing.Color.Maroon;
62             
this.lblUser.Location = new System.Drawing.Point(682, 36);
63             
this.lblUser.Name = "lblUser";
64             
this.lblUser.Size = new System.Drawing.Size(44, 22);
65             
this.lblUser.TabIndex = 1;
66             
this.lblUser.Text = "User";
67             
//
68             
// lblTime
69             
//
70             
this.lblTime.AutoSize = true;
71             
this.lblTime.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
72             
this.lblTime.ForeColor = System.Drawing.Color.Blue;
73             
this.lblTime.Location = new System.Drawing.Point(560, 76);
74             
this.lblTime.Name = "lblTime";
75             
this.lblTime.Size = new System.Drawing.Size(40, 18);
76             
this.lblTime.TabIndex = 2;
77             
this.lblTime.Text = "Time";
78             
//
79             
// timer1
80             
//
81             
this.timer1.Enabled = true;
82             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
83             
//
84             
// lblHeader
85             
//
86             
this.lblHeader.AutoSize = true;
87             
this.lblHeader.BackColor = System.Drawing.Color.Transparent;
88             
this.lblHeader.Font = new System.Drawing.Font("Impact", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
89             
this.lblHeader.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
90             
this.lblHeader.Location = new System.Drawing.Point(282, 9);
91             
this.lblHeader.Name = "lblHeader";
92             
this.lblHeader.Size = new System.Drawing.Size(204, 39);
93             
this.lblHeader.TabIndex = 9;
94             
this.lblHeader.Text = "POINT OF SALE";
95             
//
96             
// btnUpdateProfile
97             
//
98             
this.btnUpdateProfile.BackColor = System.Drawing.Color.Black;
99             
this.btnUpdateProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
100             
this.btnUpdateProfile.ForeColor = System.Drawing.Color.Red;
101             
this.btnUpdateProfile.Location = new System.Drawing.Point(563, 151);
102             
this.btnUpdateProfile.Name = "btnUpdateProfile";
103             
this.btnUpdateProfile.Size = new System.Drawing.Size(239, 38);
104             
this.btnUpdateProfile.TabIndex = 16;
105             
this.btnUpdateProfile.Text = "Update Profile";
106             
this.btnUpdateProfile.UseVisualStyleBackColor = false;
107             
this.btnUpdateProfile.Click += new System.EventHandler(this.btnUpdateProfile_Click);
108             
//
109             
// btnPlaceOrder
110             
//
111             
this.btnPlaceOrder.BackColor = System.Drawing.Color.Black;
112             
this.btnPlaceOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
113             
this.btnPlaceOrder.ForeColor = System.Drawing.Color.Fuchsia;
114             
this.btnPlaceOrder.Location = new System.Drawing.Point(563, 236);
115             
this.btnPlaceOrder.Name = "btnPlaceOrder";
116             
this.btnPlaceOrder.Size = new System.Drawing.Size(239, 38);
117             
this.btnPlaceOrder.TabIndex = 15;
118             
this.btnPlaceOrder.Text = "Place Order";
119             
this.btnPlaceOrder.UseVisualStyleBackColor = false;
120             
this.btnPlaceOrder.Click += new System.EventHandler(this.btnPlaceOrder_Click);
121             
//
122             
// btnExit
123             
//
124             
this.btnExit.BackColor = System.Drawing.Color.Black;
125             
this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
126             
this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
127             
this.btnExit.Location = new System.Drawing.Point(563, 321);
128             
this.btnExit.Name = "btnExit";
129             
this.btnExit.Size = new System.Drawing.Size(239, 38);
130             
this.btnExit.TabIndex = 13;
131             
this.btnExit.Text = "Log Out";
132             
this.btnExit.UseVisualStyleBackColor = false;
133             
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
134             
//
135             
// btnTrackOrder
136             
//
137             
this.btnTrackOrder.BackColor = System.Drawing.Color.Black;
138             
this.btnTrackOrder.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
139             
this.btnTrackOrder.ForeColor = System.Drawing.Color.Yellow;
140             
this.btnTrackOrder.Location = new System.Drawing.Point(563, 279);
141             
this.btnTrackOrder.Name = "btnTrackOrder";
142             
this.btnTrackOrder.Size = new System.Drawing.Size(239, 38);
143             
this.btnTrackOrder.TabIndex = 12;
144             
this.btnTrackOrder.Text = "Track Order";
145             
this.btnTrackOrder.UseVisualStyleBackColor = false;
146             
this.btnTrackOrder.Click += new System.EventHandler(this.btnTrackOrder_Click);
147             
//
148             
// btnModifyDetails
149             
//
150             
this.btnModifyDetails.BackColor = System.Drawing.Color.Black;
151             
this.btnModifyDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
152             
this.btnModifyDetails.ForeColor = System.Drawing.Color.Cyan;
153             
this.btnModifyDetails.Location = new System.Drawing.Point(563, 194);
154             
this.btnModifyDetails.Name = "btnModifyDetails";
155             
this.btnModifyDetails.Size = new System.Drawing.Size(239, 38);
156             
this.btnModifyDetails.TabIndex = 11;
157             
this.btnModifyDetails.Text = "Update Login Details";
158             
this.btnModifyDetails.UseVisualStyleBackColor = false;
159             
this.btnModifyDetails.Click += new System.EventHandler(this.btnModifyDetails_Click);
160             
//
161             
// btnProfileEntry
162             
//
163             
this.btnProfileEntry.BackColor = System.Drawing.Color.Black;
164             
this.btnProfileEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165             
this.btnProfileEntry.ForeColor = System.Drawing.Color.Lime;
166             
this.btnProfileEntry.Location = new System.Drawing.Point(563, 107);
167             
this.btnProfileEntry.Name = "btnProfileEntry";
168             
this.btnProfileEntry.Size = new System.Drawing.Size(239, 38);
169             
this.btnProfileEntry.TabIndex = 10;
170             
this.btnProfileEntry.Text = "Profile Entry";
171             
this.btnProfileEntry.UseVisualStyleBackColor = false;
172             
this.btnProfileEntry.Click += new System.EventHandler(this.btnProfileEntry_Click);
173             
//
174             
// frmCustomerMainMenu
175             
//
176             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
177             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
178             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
179             
this.ClientSize = new System.Drawing.Size(816, 380);
180             
this.Controls.Add(this.btnUpdateProfile);
181             
this.Controls.Add(this.btnPlaceOrder);
182             
this.Controls.Add(this.btnExit);
183             
this.Controls.Add(this.btnTrackOrder);
184             
this.Controls.Add(this.btnModifyDetails);
185             
this.Controls.Add(this.btnProfileEntry);
186             
this.Controls.Add(this.lblHeader);
187             
this.Controls.Add(this.lblTime);
188             
this.Controls.Add(this.lblUser);
189             
this.Controls.Add(this.label1);
190             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
191             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
192             
this.MaximizeBox = false;
193             
this.Name = "frmCustomerMainMenu";
194             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
195             
this.Text = "POS [Customer Page]";
196             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustomerMainMenu_FormClosing);
197             
this.Load += new System.EventHandler(this.frmCustomerMainMenu_Load);
198             
this.ResumeLayout(false);
199             
this.PerformLayout();
200
201         }
202
203         
#endregion
204
205         
private System.Windows.Forms.Label label1;
206         
private System.Windows.Forms.Label lblTime;
207         
private System.Windows.Forms.Timer timer1;
208         
public System.Windows.Forms.Label lblUser;
209         
internal System.Windows.Forms.Label lblHeader;
210         
internal System.Windows.Forms.Button btnUpdateProfile;
211         
internal System.Windows.Forms.Button btnPlaceOrder;
212         
internal System.Windows.Forms.Button btnExit;
213         
internal System.Windows.Forms.Button btnTrackOrder;
214         
internal System.Windows.Forms.Button btnModifyDetails;
215         
internal System.Windows.Forms.Button btnProfileEntry;
216     }
217 }


Gõ tìm kiếm nhanh...